projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5a9864
)
* doc/lispref/windows.texi (Coordinates and Windows): Fix typo.
author
Martin Rudalics
<rudalics@gmx.at>
Sat, 7 Nov 2015 08:19:03 +0000
(09:19 +0100)
committer
Martin Rudalics
<rudalics@gmx.at>
Sat, 7 Nov 2015 08:19:03 +0000
(09:19 +0100)
doc/lispref/windows.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/windows.texi
b/doc/lispref/windows.texi
index 1da2d1cfe7ba8636898eca93e40f0e2fd3f65331..357247ef433af18c93223e5c71507cd87df0d346 100644
(file)
--- a/
doc/lispref/windows.texi
+++ b/
doc/lispref/windows.texi
@@
-3899,7
+3899,7
@@
visible in some window:
@group
(let ((edges (window-absolute-body-pixel-edges))
(position (pos-visible-in-window-p nil nil t)))
- (
x-
set-mouse-absolute-pixel-position
+ (set-mouse-absolute-pixel-position
(+ (nth 0 edges) (nth 0 position))
(+ (nth 1 edges) (nth 1 position))))
@end group